home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / lib / xulrunner-1.9.0.14 / greprefs / all.js next >
Encoding:
Text File  |  2009-09-02  |  62.3 KB  |  1,412 lines

  1. /* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
  2. /* ***** BEGIN LICENSE BLOCK *****
  3.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.  *
  5.  * The contents of this file are subject to the Mozilla Public License Version
  6.  * 1.1 (the "License"); you may not use this file except in compliance with
  7.  * the License. You may obtain a copy of the License at
  8.  * http://www.mozilla.org/MPL/
  9.  *
  10.  * Software distributed under the License is distributed on an "AS IS" basis,
  11.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.  * for the specific language governing rights and limitations under the
  13.  * License.
  14.  *
  15.  * The Original Code is mozilla.org code.
  16.  *
  17.  * The Initial Developer of the Original Code is
  18.  * Netscape Communications Corporation.
  19.  * Portions created by the Initial Developer are Copyright (C) 1998
  20.  * the Initial Developer. All Rights Reserved.
  21.  *
  22.  * Contributor(s):
  23.  *   Benjamin Smedberg <bsmedberg@covad.net>
  24.  *
  25.  * Alternatively, the contents of this file may be used under the terms of
  26.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  27.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  28.  * in which case the provisions of the GPL or the LGPL are applicable instead
  29.  * of those above. If you wish to allow use of your version of this file only
  30.  * under the terms of either the GPL or the LGPL, and not to allow others to
  31.  * use your version of this file under the terms of the MPL, indicate your
  32.  * decision by deleting the provisions above and replace them with the notice
  33.  * and other provisions required by the GPL or the LGPL. If you do not delete
  34.  * the provisions above, a recipient may use your version of this file under
  35.  * the terms of any one of the MPL, the GPL or the LGPL.
  36.  *
  37.  * ***** END LICENSE BLOCK ***** */
  38.  
  39. /* The prefs in this file are shipped with the GRE and should apply to all
  40.  * embedding situations. Application-specific preferences belong somewhere else,
  41.  * for example xpfe/bootstrap/browser-prefs.js
  42.  *
  43.  * Platform-specific #ifdefs at the end of this file override the generic
  44.  * entries at the top.
  45.  */
  46.  
  47. // SYNTAX HINTS:  dashes are delimiters.  Use underscores instead.
  48. //  The first character after a period must be alphabetic.
  49.  
  50. pref("keyword.URL", "http://www.google.com/search?ie=UTF-8&oe=utf-8&q=");
  51. pref("keyword.enabled", false);
  52. pref("general.useragent.locale", "chrome://global/locale/intl.properties");
  53.  
  54. pref("general.config.obscure_value", 13); // for MCD .cfg files
  55.  
  56. pref("general.warnOnAboutConfig", true);
  57.  
  58. // maximum number of dated backups to keep at any time
  59. pref("browser.bookmarks.max_backups",       5);
  60.  
  61. pref("browser.cache.disk.enable",           true);
  62. pref("browser.cache.disk.capacity",         51200);
  63. pref("browser.cache.memory.enable",         true);
  64. //pref("browser.cache.memory.capacity",     -1);
  65. // -1 = determine dynamically, 0 = none, n = memory capacity in kilobytes
  66. pref("browser.cache.disk_cache_ssl",        false);
  67. // 0 = once-per-session, 1 = each-time, 2 = never, 3 = when-appropriate/automatically
  68. pref("browser.cache.check_doc_frequency",   3);
  69.  
  70. pref("browser.cache.offline.enable",           true);
  71. // offline cache capacity in kilobytes
  72. pref("browser.cache.offline.capacity",         512000);
  73.  
  74. // offline apps should be limited to this much data in global storage
  75. // (in kilobytes)
  76. pref("offline-apps.quota.max",        204800);
  77.  
  78. // the user should be warned if offline app disk usage exceeds this amount
  79. // (in kilobytes)
  80. pref("offline-apps.quota.warn",        51200);
  81.  
  82. // Fastback caching - if this pref is negative, then we calculate the number
  83. // of content viewers to cache based on the amount of available memory.
  84. pref("browser.sessionhistory.max_total_viewers", -1);
  85.  
  86. pref("browser.display.use_document_fonts",  1);  // 0 = never, 1 = quick, 2 = always
  87. pref("browser.display.use_document_colors", true);
  88. pref("browser.display.use_system_colors",   false);
  89. pref("browser.display.foreground_color",    "#000000");
  90. pref("browser.display.background_color",    "#FFFFFF");
  91. pref("browser.display.force_inline_alttext", false); // true = force ALT text for missing images to be layed out inline
  92. // 0 = no external leading, 
  93. // 1 = use external leading only when font provides, 
  94. // 2 = add extra leading both internal leading and external leading are zero
  95. pref("browser.display.normal_lineheight_calc_control", 2);
  96. pref("browser.display.show_image_placeholders", true); // true = show image placeholders while image is loaded and when image is broken
  97. // min font device pixel size at which to turn on high quality
  98. pref("browser.display.auto_quality_min_font_size", 20);
  99. pref("browser.anchor_color",                "#0000EE");
  100. pref("browser.active_color",                "#EE0000");
  101. pref("browser.visited_color",               "#551A8B");
  102. pref("browser.underline_anchors",           true);
  103. pref("browser.blink_allowed",               true);
  104. pref("browser.enable_automatic_image_resizing", false);
  105.  
  106. // See http://whatwg.org/specs/web-apps/current-work/#ping
  107. pref("browser.send_pings", false);
  108. pref("browser.send_pings.max_per_link", 1);           // limit the number of pings that are sent per link click
  109. pref("browser.send_pings.require_same_host", false);  // only send pings to the same host if this is true
  110.  
  111. pref("browser.display.use_focus_colors",    false);
  112. pref("browser.display.focus_background_color", "#117722");
  113. pref("browser.display.focus_text_color",     "#ffffff");
  114. pref("browser.display.focus_ring_width",     1);
  115. pref("browser.display.focus_ring_on_anything", false);
  116.  
  117. pref("browser.helperApps.alwaysAsk.force",  false);
  118. pref("browser.helperApps.neverAsk.saveToDisk", "");
  119. pref("browser.helperApps.neverAsk.openFile", "");
  120.  
  121. // xxxbsmedberg: where should prefs for the toolkit go?
  122. pref("browser.chrome.toolbar_tips",         true);
  123. // 0 = Pictures Only, 1 = Text Only, 2 = Pictures and Text
  124. pref("browser.chrome.toolbar_style",        2);
  125. // max image size for which it is placed in the tab icon for tabbrowser.
  126. // if 0, no images are used for tab icons for image documents.
  127. pref("browser.chrome.image_icons.max_size", 1024);
  128.  
  129. pref("browser.triple_click_selects_paragraph", true);
  130.  
  131. pref("gfx.color_management.enabled", false);
  132. pref("gfx.color_management.display_profile", "");
  133.  
  134. pref("accessibility.browsewithcaret", false);
  135. pref("accessibility.warn_on_browsewithcaret", true);
  136.  
  137. //@line 138 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  138. // Tab focus model bit field:
  139. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  140. // Most users will want 1, 3, or 7.
  141. // On OS X, we use Full Keyboard Access system preference,
  142. // unless accessibility.tabfocus is set by the user.
  143. pref("accessibility.tabfocus", 7);
  144. pref("accessibility.tabfocus_applies_to_xul", false);
  145.  
  146. // On OS X, we follow the "Click in the scrollbar to:" system preference
  147. // unless this preference was set manually
  148. pref("ui.scrollToClick", 0);
  149.  
  150. //@line 154 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  151.  
  152. pref("accessibility.usetexttospeech", "");
  153. pref("accessibility.usebrailledisplay", "");
  154. pref("accessibility.accesskeycausesactivation", true);
  155.  
  156. // Type Ahead Find
  157. pref("accessibility.typeaheadfind", true);
  158. pref("accessibility.typeaheadfind.autostart", true);
  159. // casesensitive: controls the find bar's case-sensitivity
  160. //     0 - "never"  (case-insensitive)
  161. //     1 - "always" (case-sensitive)
  162. // other - "auto"   (case-sensitive for mixed-case input, insensitive otherwise)
  163. pref("accessibility.typeaheadfind.casesensitive", 0);
  164. pref("accessibility.typeaheadfind.linksonly", true);
  165. pref("accessibility.typeaheadfind.startlinksonly", false);
  166. pref("accessibility.typeaheadfind.timeout", 4000);
  167. pref("accessibility.typeaheadfind.enabletimeout", true);
  168. pref("accessibility.typeaheadfind.soundURL", "beep");
  169. pref("accessibility.typeaheadfind.enablesound", true);
  170. pref("accessibility.typeaheadfind.prefillwithselection", true);
  171.  
  172. // use Mac OS X Appearance panel text smoothing setting when rendering text, disabled by default
  173. pref("gfx.use_text_smoothing_setting", false);
  174.  
  175. pref("browser.history_expire_days", 9);
  176.  
  177. // loading and rendering of framesets and iframes
  178. pref("browser.frames.enabled", true);
  179.  
  180. // form submission
  181. pref("browser.forms.submit.backwards_compatible", true);
  182.  
  183. // Number of characters to consider emphasizing for rich autocomplete results
  184. pref("toolkit.autocomplete.richBoundaryCutoff", 200);
  185.  
  186. pref("toolkit.scrollbox.smoothScroll", true);
  187. pref("toolkit.scrollbox.scrollIncrement", 20);
  188. pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150);
  189.  
  190. // view source
  191. pref("view_source.syntax_highlight", true);
  192. pref("view_source.wrap_long_lines", false);
  193.  
  194. // dispatch left clicks only to content in browser (still allows clicks to chrome/xul)
  195. pref("nglayout.events.dispatchLeftClickOnly", true);
  196.  
  197. // whether or not to draw images while dragging
  198. pref("nglayout.enable_drag_images", true);
  199.  
  200. // whether or not to use xbl form controls
  201. pref("nglayout.debug.enable_xbl_forms", false);
  202.  
  203. // scrollbar snapping region
  204. // 0 - off
  205. // 1 and higher - slider thickness multiple
  206. pref("slider.snapMultiplier", 0);
  207.  
  208. // option to choose plug-in finder
  209. pref("application.use_ns_plugin_finder", false);
  210.  
  211. // URI fixup prefs
  212. pref("browser.fixup.alternate.enabled", true);
  213. pref("browser.fixup.alternate.prefix", "www.");
  214. pref("browser.fixup.alternate.suffix", ".com");
  215. pref("browser.fixup.hide_user_pass", true);
  216.  
  217. // Print header customization
  218. // Use the following codes:
  219. // &T - Title
  220. // &U - Document URL
  221. // &D - Date/Time
  222. // &P - Page Number
  223. // &PT - Page Number "of" Page total
  224. // Set each header to a string containing zero or one of these codes
  225. // and the code will be replaced in that string by the corresponding data
  226. pref("print.print_headerleft", "&T");
  227. pref("print.print_headercenter", "");
  228. pref("print.print_headerright", "&U");
  229. pref("print.print_footerleft", "&PT");
  230. pref("print.print_footercenter", "");
  231. pref("print.print_footerright", "&D");
  232. pref("print.show_print_progress", true);
  233.  
  234. // xxxbsmedberg: more toolkit prefs
  235.  
  236. // When this is set to false each window has its own PrintSettings
  237. // and a change in one window does not affect the others
  238. pref("print.use_global_printsettings", true);
  239.  
  240. // Use the native dialog or the XP dialog?
  241. pref("print.use_native_print_dialog", false);
  242.  
  243. // Save the Printings after each print job
  244. pref("print.save_print_settings", true);
  245.  
  246. pref("print.whileInPrintPreview", true);
  247.  
  248. // Cache old Presentation when going into Print Preview
  249. pref("print.always_cache_old_pres", false);
  250.  
  251. // Enables you to specify the amount of the paper that is to be treated
  252. // as unwriteable.  The print_edge_XXX and print_margin_XXX preferences
  253. // are treated as offsets that are added to this pref.
  254. // Default is "-1", which means "use the system default".  (If there is
  255. // no system default, then the -1 is treated as if it were 0.)
  256. // This is used by both Printing and Print Preview.
  257. // Units are in 1/100ths of an inch.
  258. pref("print.print_unwriteable_margin_top",    -1);
  259. pref("print.print_unwriteable_margin_left",   -1);
  260. pref("print.print_unwriteable_margin_right",  -1);
  261. pref("print.print_unwriteable_margin_bottom", -1);
  262.  
  263. // Enables you to specify the gap from the edge of the paper's 
  264. // unwriteable area to the margin.
  265. // This is used by both Printing and Print Preview
  266. // Units are in 1/100ths of an inch.
  267. pref("print.print_edge_top", 0);
  268. pref("print.print_edge_left", 0);
  269. pref("print.print_edge_right", 0);
  270. pref("print.print_edge_bottom", 0);
  271.  
  272. // Pref used by the spellchecker extension to control the 
  273. // maximum number of misspelled words that will be underlined
  274. // in a document.
  275. pref("extensions.spellcheck.inline.max-misspellings", 500);
  276.  
  277. // Prefs used by libeditor. Prefs specific to seamonkey composer
  278. // belong in mozilla/editor/ui/composer.js
  279.  
  280. pref("editor.use_custom_colors", false);
  281. pref("editor.htmlWrapColumn", 72);
  282. pref("editor.singleLine.pasteNewlines",     1);
  283. pref("editor.quotesPreformatted",            false);
  284. pref("editor.use_css",                       true);
  285. pref("editor.css.default_length_unit",       "px");
  286. pref("editor.resizing.preserve_ratio",       true);
  287. pref("editor.positioning.offset",            0);
  288.  
  289.  
  290. // Default Capability Preferences: Security-Critical! 
  291. // Editing these may create a security risk - be sure you know what you're doing
  292. //pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
  293.  
  294. pref("capability.policy.default_policynames", "mailnews");
  295.  
  296. pref("capability.policy.default.DOMException.code", "allAccess");
  297. pref("capability.policy.default.DOMException.message", "allAccess");
  298. pref("capability.policy.default.DOMException.name", "allAccess");
  299. pref("capability.policy.default.DOMException.result", "allAccess");
  300. pref("capability.policy.default.DOMException.toString.get", "allAccess");
  301.  
  302. pref("capability.policy.default.History.back.get", "allAccess");
  303. pref("capability.policy.default.History.current", "UniversalBrowserRead");
  304. pref("capability.policy.default.History.forward.get", "allAccess");
  305. pref("capability.policy.default.History.go.get", "allAccess");
  306. pref("capability.policy.default.History.item", "UniversalBrowserRead");
  307. pref("capability.policy.default.History.next", "UniversalBrowserRead");
  308. pref("capability.policy.default.History.previous", "UniversalBrowserRead");
  309. pref("capability.policy.default.History.toString", "UniversalBrowserRead");
  310.  
  311. pref("capability.policy.default.Location.hash.set", "allAccess");
  312. pref("capability.policy.default.Location.href.set", "allAccess");
  313. pref("capability.policy.default.Location.replace.get", "allAccess");
  314.  
  315. pref("capability.policy.default.Navigator.preference", "allAccess");
  316. pref("capability.policy.default.Navigator.preferenceinternal.get", "UniversalPreferencesRead");
  317. pref("capability.policy.default.Navigator.preferenceinternal.set", "UniversalPreferencesWrite");
  318.  
  319. pref("capability.policy.default.Window.blur.get", "allAccess");
  320. pref("capability.policy.default.Window.close.get", "allAccess");
  321. pref("capability.policy.default.Window.closed.get", "allAccess");
  322. pref("capability.policy.default.Window.focus.get", "allAccess");
  323. pref("capability.policy.default.Window.frames.get", "allAccess");
  324. pref("capability.policy.default.Window.history.get", "allAccess");
  325. pref("capability.policy.default.Window.length.get", "allAccess");
  326. pref("capability.policy.default.Window.location", "allAccess");
  327. pref("capability.policy.default.Window.opener.get", "allAccess");
  328. pref("capability.policy.default.Window.parent.get", "allAccess");
  329. pref("capability.policy.default.Window.postMessage.get", "allAccess");
  330. pref("capability.policy.default.Window.self.get", "allAccess");
  331. pref("capability.policy.default.Window.top.get", "allAccess");
  332. pref("capability.policy.default.Window.window.get", "allAccess");
  333.  
  334. pref("capability.policy.default.Selection.addSelectionListener", "UniversalXPConnect");
  335. pref("capability.policy.default.Selection.removeSelectionListener", "UniversalXPConnect");
  336.  
  337. // Restrictions on the DOM for mail/news - see bugs 66938 and 84545
  338. pref("capability.policy.mailnews.sites", "mailbox: imap: news:");
  339.  
  340. pref("capability.policy.mailnews.*.attributes.get", "noAccess");
  341. pref("capability.policy.mailnews.*.baseURI.get", "noAccess");
  342. pref("capability.policy.mailnews.*.data.get", "noAccess");
  343. pref("capability.policy.mailnews.*.getAttribute", "noAccess");
  344. pref("capability.policy.mailnews.HTMLDivElement.getAttribute", "sameOrigin");
  345. pref("capability.policy.mailnews.*.getAttributeNS", "noAccess");
  346. pref("capability.policy.mailnews.*.getAttributeNode", "noAccess");
  347. pref("capability.policy.mailnews.*.getAttributeNodeNS", "noAccess");
  348. pref("capability.policy.mailnews.*.getNamedItem", "noAccess");
  349. pref("capability.policy.mailnews.*.getNamedItemNS", "noAccess");
  350. pref("capability.policy.mailnews.*.host.get", "noAccess");
  351. pref("capability.policy.mailnews.*.hostname.get", "noAccess");
  352. pref("capability.policy.mailnews.*.href.get", "noAccess");
  353. pref("capability.policy.mailnews.*.innerHTML.get", "noAccess");
  354. pref("capability.policy.mailnews.*.lowSrc.get", "noAccess");
  355. pref("capability.policy.mailnews.*.nodeValue.get", "noAccess");
  356. pref("capability.policy.mailnews.*.pathname.get", "noAccess");
  357. pref("capability.policy.mailnews.*.protocol.get", "noAccess");
  358. pref("capability.policy.mailnews.*.src.get", "noAccess");
  359. pref("capability.policy.mailnews.*.substringData.get", "noAccess");
  360. pref("capability.policy.mailnews.*.text.get", "noAccess");
  361. pref("capability.policy.mailnews.*.textContent", "noAccess");
  362. pref("capability.policy.mailnews.*.title.get", "noAccess");
  363. pref("capability.policy.mailnews.DOMException.toString", "noAccess");
  364. pref("capability.policy.mailnews.HTMLAnchorElement.toString", "noAccess");
  365. pref("capability.policy.mailnews.HTMLDocument.domain", "noAccess");
  366. pref("capability.policy.mailnews.HTMLDocument.URL", "noAccess");
  367. pref("capability.policy.mailnews.*.documentURI", "noAccess");
  368. pref("capability.policy.mailnews.Location.toString", "noAccess");
  369. pref("capability.policy.mailnews.Range.toString", "noAccess");
  370. pref("capability.policy.mailnews.Window.blur", "noAccess");
  371. pref("capability.policy.mailnews.Window.focus", "noAccess");
  372. pref("capability.policy.mailnews.Window.innerWidth.set", "noAccess");
  373. pref("capability.policy.mailnews.Window.innerHeight.set", "noAccess");
  374. pref("capability.policy.mailnews.Window.moveBy", "noAccess");
  375. pref("capability.policy.mailnews.Window.moveTo", "noAccess");
  376. pref("capability.policy.mailnews.Window.name.set", "noAccess");
  377. pref("capability.policy.mailnews.Window.outerHeight.set", "noAccess");
  378. pref("capability.policy.mailnews.Window.outerWidth.set", "noAccess");
  379. pref("capability.policy.mailnews.Window.resizeBy", "noAccess");
  380. pref("capability.policy.mailnews.Window.resizeTo", "noAccess");
  381. pref("capability.policy.mailnews.Window.screenX.set", "noAccess");
  382. pref("capability.policy.mailnews.Window.screenY.set", "noAccess");
  383. pref("capability.policy.mailnews.Window.sizeToContent", "noAccess");
  384. pref("capability.policy.mailnews.document.load", "noAccess");
  385. pref("capability.policy.mailnews.XMLHttpRequest.channel", "noAccess");
  386. pref("capability.policy.mailnews.XMLHttpRequest.getInterface", "noAccess");
  387. pref("capability.policy.mailnews.XMLHttpRequest.responseXML", "noAccess");
  388. pref("capability.policy.mailnews.XMLHttpRequest.responseText", "noAccess");
  389. pref("capability.policy.mailnews.XMLHttpRequest.status", "noAccess");
  390. pref("capability.policy.mailnews.XMLHttpRequest.statusText", "noAccess");
  391. pref("capability.policy.mailnews.XMLHttpRequest.abort", "noAccess");
  392. pref("capability.policy.mailnews.XMLHttpRequest.getAllResponseHeaders", "noAccess");
  393. pref("capability.policy.mailnews.XMLHttpRequest.getResponseHeader", "noAccess");
  394. pref("capability.policy.mailnews.XMLHttpRequest.open", "noAccess");
  395. pref("capability.policy.mailnews.XMLHttpRequest.send", "noAccess");
  396. pref("capability.policy.mailnews.XMLHttpRequest.setRequestHeader", "noAccess");
  397. pref("capability.policy.mailnews.XMLHttpRequest.readyState", "noAccess");
  398. pref("capability.policy.mailnews.XMLHttpRequest.overrideMimeType", "noAccess");
  399. pref("capability.policy.mailnews.XMLHttpRequest.onload", "noAccess");
  400. pref("capability.policy.mailnews.XMLHttpRequest.onerror", "noAccess");
  401. pref("capability.policy.mailnews.XMLHttpRequest.onreadystatechange", "noAccess");
  402. pref("capability.policy.mailnews.XMLSerializer.serializeToString", "noAccess");
  403. pref("capability.policy.mailnews.XMLSerializer.serializeToStream", "noAccess");
  404. pref("capability.policy.mailnews.DOMParser.parseFromString", "noAccess");
  405. pref("capability.policy.mailnews.DOMParser.parseFromStream", "noAccess");
  406. pref("capability.policy.mailnews.SOAPCall.transportURI", "noAccess");
  407. pref("capability.policy.mailnews.SOAPCall.verifySourceHeader", "noAccess");
  408. pref("capability.policy.mailnews.SOAPCall.invoke", "noAccess");
  409. pref("capability.policy.mailnews.SOAPCall.asyncInvoke", "noAccess");
  410. pref("capability.policy.mailnews.SOAPResponse.fault", "noAccess");
  411. pref("capability.policy.mailnews.SOAPEncoding.styleURI", "noAccess");
  412. pref("capability.policy.mailnews.SOAPEncoding.getAssociatedEncoding", "noAccess");
  413. pref("capability.policy.mailnews.SOAPEncoding.setEncoder", "noAccess");
  414. pref("capability.policy.mailnews.SOAPEncoding.getEncoder", "noAccess");
  415. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  416. pref("capability.policy.mailnews.SOAPEncoding.setDecoder", "noAccess");
  417. pref("capability.policy.mailnews.SOAPEncoding.getDecoder", "noAccess");
  418. pref("capability.policy.mailnews.SOAPEncoding.defaultEncoder", "noAccess");
  419. pref("capability.policy.mailnews.SOAPEncoding.defaultDecoder", "noAccess");
  420. pref("capability.policy.mailnews.SOAPEncoding.schemaCollection", "noAccess");
  421. pref("capability.policy.mailnews.SOAPEncoding.encode", "noAccess");
  422. pref("capability.policy.mailnews.SOAPEncoding.decode", "noAccess");
  423. pref("capability.policy.mailnews.SOAPEncoding.mapSchemaURI", "noAccess");
  424. pref("capability.policy.mailnews.SOAPEncoding.unmapSchemaURI", "noAccess");
  425. pref("capability.policy.mailnews.SOAPEncoding.getInternalSchemaURI", "noAccess");
  426. pref("capability.policy.mailnews.SOAPEncoding.getExternalSchemaURI", "noAccess");
  427. pref("capability.policy.mailnews.SOAPFault.element", "noAccess");
  428. pref("capability.policy.mailnews.SOAPFault.faultNamespaceURI", "noAccess");
  429. pref("capability.policy.mailnews.SOAPFault.faultCode", "noAccess");
  430. pref("capability.policy.mailnews.SOAPFault.faultString", "noAccess");
  431. pref("capability.policy.mailnews.SOAPFault.faultActor", "noAccess");
  432. pref("capability.policy.mailnews.SOAPFault.detail", "noAccess");
  433. pref("capability.policy.mailnews.SOAPHeaderBlock.actorURI", "noAccess");
  434. pref("capability.policy.mailnews.SOAPHeaderBlock.mustUnderstand", "noAccess");
  435. pref("capability.policy.mailnews.SOAPParameter", "noAccess");
  436. pref("capability.policy.mailnews.SOAPPropertyBagMutator.propertyBag", "noAccess");
  437. pref("capability.policy.mailnews.SOAPPropertyBagMutator.addProperty", "noAccess");
  438. pref("capability.policy.mailnews.SchemaLoader.load", "noAccess");
  439. pref("capability.policy.mailnews.SchemaLoader.loadAsync", "noAccess");
  440. pref("capability.policy.mailnews.SchemaLoader.processSchemaElement", "noAccess");
  441. pref("capability.policy.mailnews.SchemaLoader.onLoad", "noAccess");
  442. pref("capability.policy.mailnews.SchemaLoader.onError", "noAccess");
  443. pref("capability.policy.mailnews.WSDLLoader.load", "noAccess");
  444. pref("capability.policy.mailnews.WSDLLoader.loadAsync", "noAccess");
  445. pref("capability.policy.mailnews.WSDLLoader.onLoad", "noAccess");
  446. pref("capability.policy.mailnews.WSDLLoader.onError", "noAccess");
  447. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxy", "noAccess");
  448. pref("capability.policy.mailnews.WebServiceProxyFactory.createProxyAsync", "noAccess");
  449. pref("capability.policy.mailnews.WebServiceProxyFactory.onLoad", "noAccess");
  450. pref("capability.policy.mailnews.WebServiceProxyFactory.onError", "noAccess");
  451.  
  452. // XMLExtras
  453. pref("capability.policy.default.XMLHttpRequest.channel", "noAccess");
  454. pref("capability.policy.default.XMLHttpRequest.getInterface", "noAccess");
  455. pref("capability.policy.default.XMLHttpRequest.open-uri", "allAccess");
  456. pref("capability.policy.default.DOMParser.parseFromStream", "noAccess");
  457.  
  458. // Clipboard
  459. pref("capability.policy.default.Clipboard.cutcopy", "noAccess");
  460. pref("capability.policy.default.Clipboard.paste", "noAccess");
  461.  
  462. // Scripts & Windows prefs
  463. pref("dom.disable_image_src_set",           false);
  464. pref("dom.disable_window_flip",             false);
  465. pref("dom.disable_window_move_resize",      false);
  466. pref("dom.disable_window_status_change",    false);
  467.  
  468. pref("dom.disable_window_open_feature.titlebar",    false);
  469. pref("dom.disable_window_open_feature.close",       false);
  470. pref("dom.disable_window_open_feature.toolbar",     false);
  471. pref("dom.disable_window_open_feature.location",    false);
  472. pref("dom.disable_window_open_feature.directories", false);
  473. pref("dom.disable_window_open_feature.personalbar", false);
  474. pref("dom.disable_window_open_feature.menubar",     false);
  475. pref("dom.disable_window_open_feature.scrollbars",  false);
  476. pref("dom.disable_window_open_feature.resizable",   true);
  477. pref("dom.disable_window_open_feature.minimizable", false);
  478. pref("dom.disable_window_open_feature.status",      true);
  479.  
  480. pref("dom.allow_scripts_to_close_windows",          false);
  481.  
  482. pref("dom.disable_open_during_load",                false);
  483. pref("dom.popup_maximum",                           20);
  484. pref("dom.popup_allowed_events", "change click dblclick mouseup reset submit");
  485. pref("dom.disable_open_click_delay", 1000);
  486.  
  487. pref("dom.storage.enabled", true);
  488.  
  489. // Disable popups from plugins by default
  490. //   0 = openAllowed
  491. //   1 = openControlled
  492. //   2 = openAbused
  493. pref("privacy.popups.disable_from_plugins", 2);
  494.  
  495. pref("dom.event.contextmenu.enabled",       true);
  496.  
  497. pref("javascript.enabled",                  true);
  498. pref("javascript.allow.mailnews",           false);
  499. pref("javascript.options.strict",           false);
  500. pref("javascript.options.relimit",          false);
  501.  
  502. // advanced prefs
  503. pref("security.enable_java",                true);
  504. pref("advanced.mailftp",                    false);
  505. pref("image.animation_mode",                "normal");
  506.  
  507. // Same-origin policy for file URIs, "false" is traditional
  508. pref("security.fileuri.strict_origin_policy", true);
  509.  
  510. // If there is ever a security firedrill that requires
  511. // us to block certian ports global, this is the pref 
  512. // to use.  Is is a comma delimited list of port numbers
  513. // for example:
  514. //   pref("network.security.ports.banned", "1,2,3,4,5");
  515. // prevents necko connecting to ports 1-5 unless the protocol
  516. // overrides.
  517.  
  518. // Default action for unlisted external protocol handlers
  519. pref("network.protocol-handler.external-default", true);      // OK to load
  520. pref("network.protocol-handler.warn-external-default", true); // warn before load
  521.  
  522. // Prevent using external protocol handlers for these schemes
  523. pref("network.protocol-handler.external.hcp", false);
  524. pref("network.protocol-handler.external.vbscript", false);
  525. pref("network.protocol-handler.external.javascript", false);
  526. pref("network.protocol-handler.external.data", false);
  527. pref("network.protocol-handler.external.ms-help", false);
  528. pref("network.protocol-handler.external.shell", false);
  529. pref("network.protocol-handler.external.vnd.ms.radio", false);
  530. //@line 536 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  531. pref("network.protocol-handler.external.disk", false);
  532. pref("network.protocol-handler.external.disks", false);
  533. pref("network.protocol-handler.external.afp", false);
  534. pref("network.protocol-handler.external.moz-icon", false);
  535.  
  536. // An exposed protocol handler is one that can be used in all contexts.  A
  537. // non-exposed protocol handler is one that can only be used internally by the
  538. // application.  For example, a non-exposed protocol would not be loaded by the
  539. // application in response to a link click or a X-remote openURL command.
  540. // Instead, it would be deferred to the system's external protocol handler.
  541. // Only internal/built-in protocol handlers can be marked as exposed.
  542.  
  543. // This pref controls the default settings.  Per protocol settings can be used
  544. // to override this value.
  545. pref("network.protocol-handler.expose-all", true);
  546.  
  547. // Example: make IMAP an exposed protocol
  548. // pref("network.protocol-handler.expose.imap", true);
  549.  
  550. pref("network.hosts.smtp_server",           "mail");
  551. pref("network.hosts.pop_server",            "mail");
  552.  
  553. // <http>
  554. pref("network.http.version", "1.1");      // default
  555. // pref("network.http.version", "1.0");   // uncomment this out in case of problems
  556. // pref("network.http.version", "0.9");   // it'll work too if you're crazy
  557. // keep-alive option is effectively obsolete. Nevertheless it'll work with
  558. // some older 1.0 servers:
  559.  
  560. pref("network.http.proxy.version", "1.1");    // default
  561. // pref("network.http.proxy.version", "1.0"); // uncomment this out in case of problems
  562.                                               // (required if using junkbuster proxy)
  563.  
  564. // enable caching of http documents
  565. pref("network.http.use-cache", true);
  566.  
  567. // this preference can be set to override the socket type used for normal
  568. // HTTP traffic.  an empty value indicates the normal TCP/IP socket type.
  569. pref("network.http.default-socket-type", "");
  570.  
  571. pref("network.http.keep-alive", true); // set it to false in case of problems
  572. pref("network.http.proxy.keep-alive", true);
  573. pref("network.http.keep-alive.timeout", 300);
  574.  
  575. // limit the absolute number of http connections.
  576. pref("network.http.max-connections", 30);
  577.  
  578. // limit the absolute number of http connections that can be established per
  579. // host.  if a http proxy server is enabled, then the "server" is the proxy
  580. // server.  Otherwise, "server" is the http origin server.
  581. pref("network.http.max-connections-per-server", 15);
  582.  
  583. // if network.http.keep-alive is true, and if NOT connecting via a proxy, then
  584. // a new connection will only be attempted if the number of active persistent
  585. // connections to the server is less then max-persistent-connections-per-server.
  586. pref("network.http.max-persistent-connections-per-server", 6);
  587.  
  588. // if network.http.keep-alive is true, and if connecting via a proxy, then a
  589. // new connection will only be attempted if the number of active persistent
  590. // connections to the proxy is less then max-persistent-connections-per-proxy.
  591. pref("network.http.max-persistent-connections-per-proxy", 8);
  592.  
  593. // amount of time (in seconds) to suspend pending requests, before spawning a
  594. // new connection, once the limit on the number of persistent connections per
  595. // host has been reached.  however, a new connection will not be created if
  596. // max-connections or max-connections-per-server has also been reached.
  597. pref("network.http.request.max-start-delay", 10);
  598.  
  599. // Headers
  600. pref("network.http.accept.default", "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8");
  601. pref("network.http.sendRefererHeader",      2); // 0=don't send any, 1=send only on clicks, 2=send on image requests as well
  602.  
  603. // Controls whether we send HTTPS referres to other HTTPS sites.
  604. // By default this is enabled for compatibility (see bug 141641)
  605. pref("network.http.sendSecureXSiteReferrer", true);
  606.  
  607. // Maximum number of consecutive redirects before aborting.
  608. pref("network.http.redirection-limit", 20);
  609.  
  610. // Enable http compression: comment this out in case of problems with 1.1
  611. // NOTE: support for "compress" has been disabled per bug 196406.
  612. pref("network.http.accept-encoding" ,"gzip,deflate");
  613.  
  614. pref("network.http.pipelining"      , false);
  615. pref("network.http.pipelining.ssl"  , false); // disable pipelining over SSL
  616. pref("network.http.proxy.pipelining", false);
  617.  
  618. // Max number of requests in the pipeline
  619. pref("network.http.pipelining.maxrequests" , 4);
  620.  
  621. // </http>
  622.  
  623. // If false, remote JAR files that are served with a content type other than
  624. // application/java-archive or application/x-jar will not be opened
  625. // by the jar channel.
  626. pref("network.jar.open-unsafe-types", false);
  627.  
  628. // This preference controls whether or not internationalized domain names (IDN)
  629. // are handled.  IDN requires a nsIIDNService implementation.
  630. pref("network.enableIDN", true);
  631.  
  632. // This preference, if true, causes all UTF-8 domain names to be normalized to
  633. // punycode.  The intention is to allow UTF-8 domain names as input, but never
  634. // generate them from punycode.
  635. pref("network.IDN_show_punycode", false);
  636.  
  637. // TLDs with "network.IDN.whitelist.tld" explicitly set to true are treated as 
  638. // IDN-safe. Otherwise, they're treated as unsafe and punycode will be used
  639. // for displaying them in the UI (e.g. URL bar). Note that these preferences
  640. // are referred to ONLY when "network.IDN_show_punycode" is false. In other
  641. // words, all IDNs will be shown in punycode if "network.IDN_show_punycode"
  642. // is true.
  643.  
  644. // ccTLDs
  645. pref("network.IDN.whitelist.ac", true);
  646. pref("network.IDN.whitelist.ar", true);
  647. pref("network.IDN.whitelist.at", true);
  648. pref("network.IDN.whitelist.br", true);
  649. pref("network.IDN.whitelist.ch", true);
  650. pref("network.IDN.whitelist.cl", true);
  651. pref("network.IDN.whitelist.cn", true);
  652. pref("network.IDN.whitelist.de", true);
  653. pref("network.IDN.whitelist.dk", true);
  654. pref("network.IDN.whitelist.es", true);
  655. pref("network.IDN.whitelist.fi", true);
  656. pref("network.IDN.whitelist.gr", true);
  657. pref("network.IDN.whitelist.hu", true);
  658. pref("network.IDN.whitelist.io", true);
  659. pref("network.IDN.whitelist.ir", true);
  660. pref("network.IDN.whitelist.is", true);
  661. pref("network.IDN.whitelist.jp", true);
  662. pref("network.IDN.whitelist.kr", true);
  663. pref("network.IDN.whitelist.li", true);
  664. pref("network.IDN.whitelist.lt", true);
  665. pref("network.IDN.whitelist.no", true);
  666. pref("network.IDN.whitelist.pl", true);
  667. pref("network.IDN.whitelist.pr", true);
  668. pref("network.IDN.whitelist.se", true);
  669. pref("network.IDN.whitelist.sh", true);
  670. pref("network.IDN.whitelist.th", true);
  671. pref("network.IDN.whitelist.tm", true);
  672. pref("network.IDN.whitelist.tw", true);
  673. pref("network.IDN.whitelist.vn", true);
  674.  
  675. // non-ccTLDs
  676. pref("network.IDN.whitelist.biz", true);
  677. pref("network.IDN.whitelist.cat", true);
  678. pref("network.IDN.whitelist.info", true);
  679. pref("network.IDN.whitelist.museum", true);
  680. pref("network.IDN.whitelist.org", true);
  681.  
  682. // NOTE: Before these can be removed, one of bug 414812's tests must be updated
  683. //       or it will likely fail!  Please CC jwalden+bmo on the bug associated
  684. //       with removing these so he can provide a patch to make the necessary
  685. //       changes to avoid bustage.
  686. // ".test" localised TLDs for ICANN's top-level IDN trial
  687. pref("network.IDN.whitelist.xn--0zwm56d", true);
  688. pref("network.IDN.whitelist.xn--11b5bs3a9aj6g", true);
  689. pref("network.IDN.whitelist.xn--80akhbyknj4f", true);
  690. pref("network.IDN.whitelist.xn--9t4b11yi5a", true);
  691. pref("network.IDN.whitelist.xn--deba0ad", true);
  692. pref("network.IDN.whitelist.xn--g6w251d", true);
  693. pref("network.IDN.whitelist.xn--hgbk6aj7f53bba", true);
  694. pref("network.IDN.whitelist.xn--hlcj6aya9esc7a", true);
  695. pref("network.IDN.whitelist.xn--jxalpdlp", true);
  696. pref("network.IDN.whitelist.xn--kgbechtv", true);
  697. pref("network.IDN.whitelist.xn--zckzah", true);
  698.  
  699. // If a domain includes any of the following characters, it may be a spoof 
  700. // attempt and so we always display the domain name as punycode. This would 
  701. // override the settings "network.IDN_show_punycode" and 
  702. // "network.IDN.whitelist.*".
  703. pref("network.IDN.blacklist_chars", "\u0020\u00A0\u00BC\u00BD\u00BE\u01C3\u02D0\u0337\u0338\u0589\u05C3\u05F4\u0609\u060A\u066A\u06D4\u0701\u0702\u0703\u0704\u115F\u1160\u1735\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u200B\u2024\u2027\u2028\u2029\u202F\u2039\u203A\u2041\u2044\u2052\u205F\u2153\u2154\u2155\u2156\u2157\u2158\u2159\u215A\u215B\u215C\u215D\u215E\u215F\u2215\u2236\u23AE\u2571\u29F6\u29F8\u2AFB\u2AFD\u2FF0\u2FF1\u2FF2\u2FF3\u2FF4\u2FF5\u2FF6\u2FF7\u2FF8\u2FF9\u2FFA\u2FFB\u3000\u3002\u3014\u3015\u3033\u3164\u321D\u321E\u33AE\u33AF\u33C6\u33DF\uA789\uFE14\uFE15\uFE3F\uFE5D\uFE5E\uFEFF\uFF0E\uFF0F\uFF61\uFFA0\uFFF9\uFFFA\uFFFB\uFFFC\uFFFD");
  704.  
  705. // This preference specifies a list of domains for which DNS lookups will be
  706. // IPv4 only. Works around broken DNS servers which can't handle IPv6 lookups
  707. // and/or allows the user to disable IPv6 on a per-domain basis. See bug 68796.
  708. pref("network.dns.ipv4OnlyDomains", "");
  709.  
  710. // This preference can be used to turn off IPv6 name lookups. See bug 68796.
  711. pref("network.dns.disableIPv6", false);
  712.  
  713. // This preference controls whether or not URLs with UTF-8 characters are
  714. // escaped.  Set this preference to TRUE for strict RFC2396 conformance.
  715. pref("network.standard-url.escape-utf8", true);
  716.  
  717. // This preference controls whether or not URLs are always encoded and sent as
  718. // UTF-8.
  719. pref("network.standard-url.encode-utf8", true);
  720.  
  721. // This preference controls whether or not queries are encoded and sent as
  722. // UTF-8.
  723. pref("network.standard-url.encode-query-utf8", false);
  724.  
  725. // Idle timeout for ftp control connections - 5 minute default
  726. pref("network.ftp.idleConnectionTimeout", 300);
  727.  
  728. // directory listing format
  729. // 2: HTML
  730. // 3: XUL directory viewer
  731. // all other values are treated like 2
  732. pref("network.dir.format", 2);
  733.  
  734. // enables the prefetch service (i.e., prefetching of <link rel="next"> URLs).
  735. pref("network.prefetch-next", true);
  736.  
  737.  
  738. // The following prefs pertain to the negotiate-auth extension (see bug 17578),
  739. // which provides transparent Kerberos or NTLM authentication using the SPNEGO
  740. // protocol.  Each pref is a comma-separated list of keys, where each key has
  741. // the format:
  742. //   [scheme "://"] [host [":" port]]
  743. // For example, "foo.com" would match "http://www.foo.com/bar", etc.
  744.  
  745. // This list controls which URIs can use the negotiate-auth protocol.  This
  746. // list should be limited to the servers you know you'll need to login to.
  747. pref("network.negotiate-auth.trusted-uris", "");
  748. // This list controls which URIs can support delegation.
  749. pref("network.negotiate-auth.delegation-uris", "");
  750.  
  751. // Allow SPNEGO by default when challenged by a proxy server.
  752. pref("network.negotiate-auth.allow-proxies", true);
  753.  
  754. // Path to a specific gssapi library
  755. pref("network.negotiate-auth.gsslib", "");
  756.  
  757. // Specify if the gss lib comes standard with the OS
  758. pref("network.negotiate-auth.using-native-gsslib", true);
  759.  
  760. //@line 771 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  761.  
  762. // The following prefs are used to enable automatic use of the operating
  763. // system's NTLM implementation to silently authenticate the user with their
  764. // Window's domain logon.  The trusted-uris pref follows the format of the
  765. // trusted-uris pref for negotiate authentication.
  766. pref("network.automatic-ntlm-auth.allow-proxies", true);
  767. pref("network.automatic-ntlm-auth.trusted-uris", "");
  768.  
  769. // This preference controls whether or not the LM hash will be included in
  770. // response to a NTLM challenge.  By default, this is disabled since servers
  771. // should almost never need the LM hash, and the LM hash is what makes NTLM
  772. // authentication less secure.  See bug 250691 for further details.
  773. // NOTE: automatic-ntlm-auth which leverages the OS-provided NTLM
  774. //       implementation will not be affected by this preference.
  775. pref("network.ntlm.send-lm-response", false);
  776.  
  777. // sspitzer:  change this back to "news" when we get to beta.
  778. // for now, set this to news.mozilla.org because you can only
  779. // post to the server specified by this pref.
  780. pref("network.hosts.nntp_server",           "news.mozilla.org");
  781.  
  782. pref("permissions.default.image",           1); // 1-Accept, 2-Deny, 3-dontAcceptForeign
  783.  
  784. //@line 796 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  785. pref("network.proxy.type",                  5);
  786. //@line 803 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  787.  
  788. pref("network.proxy.ftp",                   "");
  789. pref("network.proxy.ftp_port",              0);
  790. pref("network.proxy.gopher",                "");
  791. pref("network.proxy.gopher_port",           0);
  792. pref("network.proxy.http",                  "");
  793. pref("network.proxy.http_port",             0);
  794. pref("network.proxy.ssl",                   "");
  795. pref("network.proxy.ssl_port",              0);
  796. pref("network.proxy.socks",                 "");
  797. pref("network.proxy.socks_port",            0);
  798. pref("network.proxy.socks_version",         5);
  799. pref("network.proxy.socks_remote_dns",      false);
  800. pref("network.proxy.no_proxies_on",         "localhost, 127.0.0.1");
  801. pref("network.proxy.failover_timeout",      1800); // 30 minutes
  802. pref("network.online",                      true); //online/offline
  803. pref("network.cookie.cookieBehavior",       0); // 0-Accept, 1-dontAcceptForeign, 2-dontUse
  804. pref("network.cookie.disableCookieForMailNews", true); // disable all cookies for mail
  805. pref("network.cookie.lifetimePolicy",       0); // accept normally, 1-askBeforeAccepting, 2-acceptForSession,3-acceptForNDays
  806. pref("network.cookie.alwaysAcceptSessionCookies", false);
  807. pref("network.cookie.prefsMigrated",        false);
  808. pref("network.cookie.lifetime.days",        90);
  809.  
  810. // The PAC file to load.  Ignored unless network.proxy.type is 2.
  811. pref("network.proxy.autoconfig_url", "");
  812.  
  813. // If we cannot load the PAC file, then try again (doubling from interval_min
  814. // until we reach interval_max or the PAC file is successfully loaded).
  815. pref("network.proxy.autoconfig_retry_interval_min", 5);    // 5 seconds
  816. pref("network.proxy.autoconfig_retry_interval_max", 300);  // 5 minutes
  817.  
  818. pref("converter.html2txt.structs",          true); // Output structured phrases (strong, em, code, sub, sup, b, i, u)
  819. pref("converter.html2txt.header_strategy",  1); // 0 = no indention; 1 = indention, increased with header level; 2 = numbering and slight indention
  820.  
  821. pref("intl.accept_languages",               "chrome://global/locale/intl.properties");
  822. pref("intl.accept_charsets",                "iso-8859-1,*,utf-8");
  823. pref("intl.menuitems.alwaysappendaccesskeys","chrome://global/locale/intl.properties");
  824. pref("intl.menuitems.insertseparatorbeforeaccesskeys","chrome://global/locale/intl.properties");
  825. pref("intl.charsetmenu.browser.static",     "chrome://global/locale/intl.properties");
  826. pref("intl.charsetmenu.browser.more1",      "chrome://global/locale/intl.properties");
  827. pref("intl.charsetmenu.browser.more2",      "chrome://global/locale/intl.properties");
  828. pref("intl.charsetmenu.browser.more3",      "chrome://global/locale/intl.properties");
  829. pref("intl.charsetmenu.browser.more4",      "chrome://global/locale/intl.properties");
  830. pref("intl.charsetmenu.browser.more5",      "chrome://global/locale/intl.properties");
  831. pref("intl.charsetmenu.browser.unicode",    "chrome://global/locale/intl.properties");
  832. pref("intl.charsetmenu.mailedit",           "chrome://global/locale/intl.properties");
  833. pref("intl.charsetmenu.browser.cache",      "");
  834. pref("intl.charsetmenu.mailview.cache",     "");
  835. pref("intl.charsetmenu.composer.cache",     "");
  836. pref("intl.charsetmenu.browser.cache.size", 5);
  837. pref("intl.charset.detector",               "chrome://global/locale/intl.properties");
  838. pref("intl.charset.default",                "chrome://global-platform/locale/intl.properties");
  839. pref("intl.ellipsis",                       "chrome://global-platform/locale/intl.properties");
  840. pref("intl.locale.matchOS",                 false);
  841. // fallback charset list for Unicode conversion (converting from Unicode)
  842. // currently used for mail send only to handle symbol characters (e.g Euro, trademark, smartquotes)
  843. // for ISO-8859-1
  844. pref("intl.fallbackCharsetList.ISO-8859-1", "windows-1252");
  845. pref("font.language.group",                 "chrome://global/locale/intl.properties");
  846.  
  847. pref("font.mathfont-family", "STIXNonUnicode, STIXSize1, STIXGeneral, Standard Symbols L, DejaVu Sans, Cambria Math");
  848.  
  849. // Some CJK fonts have bad underline offset, their CJK character glyphs are overlapped (or adjoined)  to its underline.
  850. // These fonts are ignored the underline offset, instead of it, the underline is lowered to bottom of its em descent.
  851. pref("font.blacklist.underline_offset", "FangSong,Gulim,GulimChe,MingLiU,MingLiU-ExtB,MingLiU_HKSCS,MingLiU-HKSCS-ExtB,MS Gothic,MS Mincho,MS PGothic,MS PMincho,MS UI Gothic,PMingLiU,PMingLiU-ExtB,SimHei,SimSun,SimSun-ExtB,Hei,Kai,Apple LiGothic,Apple LiSung,Osaka");
  852.  
  853. pref("images.dither", "auto");
  854. pref("security.directory",              "");
  855.  
  856. pref("signed.applets.codebase_principal_support", false);
  857. pref("security.checkloaduri", true);
  858. pref("security.xpconnect.plugin.unrestricted", true);
  859. // security-sensitive dialogs should delay button enabling. In milliseconds.
  860. pref("security.dialog_enable_delay", 2000);
  861.  
  862. // Modifier key prefs: default to Windows settings,
  863. // menu access key = alt, accelerator key = control.
  864. // Use 17 for Ctrl, 18 for Alt, 224 for Meta, 0 for none. Mac settings in macprefs.js
  865. pref("ui.key.accelKey", 17);
  866. pref("ui.key.menuAccessKey", 18);
  867. pref("ui.key.generalAccessKey", -1);
  868.  
  869. // If generalAccessKey is -1, use the following two prefs instead.
  870. // Use 0 for disabled, 1 for Shift, 2 for Ctrl, 4 for Alt, 8 for Meta
  871. // (values can be combined, e.g. 5 for Alt+Shift)
  872. pref("ui.key.chromeAccess", 4);
  873. pref("ui.key.contentAccess", 5);
  874.  
  875. pref("ui.key.menuAccessKeyFocuses", false); // overridden below
  876. pref("ui.key.saveLink.shift", true); // true = shift, false = meta
  877.  
  878. // Middle-mouse handling
  879. pref("middlemouse.paste", false);
  880. pref("middlemouse.openNewWindow", true);
  881. pref("middlemouse.contentLoadURL", false);
  882. pref("middlemouse.scrollbarPosition", false);
  883.  
  884. // Clipboard behavior
  885. pref("clipboard.autocopy", false);
  886.  
  887. // mouse wheel scroll transaction period of time (in milliseconds)
  888. pref("mousewheel.transaction.timeout", 1500);
  889. // mouse wheel scroll transaction is held even if the mouse cursor is moved.
  890. pref("mousewheel.transaction.ignoremovedelay", 100);
  891.  
  892. // 0=lines, 1=pages, 2=history , 3=text size
  893. pref("mousewheel.withnokey.action",0);
  894. pref("mousewheel.withnokey.numlines",1);    
  895. pref("mousewheel.withnokey.sysnumlines",true);
  896. pref("mousewheel.withcontrolkey.action",0);
  897. pref("mousewheel.withcontrolkey.numlines",1);
  898. pref("mousewheel.withcontrolkey.sysnumlines",true);
  899. // mousewheel.withshiftkey, see the Mac note below.
  900. pref("mousewheel.withshiftkey.action",0);
  901. pref("mousewheel.withshiftkey.numlines",1);
  902. pref("mousewheel.withshiftkey.sysnumlines",true);
  903. pref("mousewheel.withaltkey.action",2);
  904. pref("mousewheel.withaltkey.numlines",1);
  905. pref("mousewheel.withaltkey.sysnumlines",false);
  906. pref("mousewheel.withmetakey.action",0);
  907. pref("mousewheel.withmetakey.numlines",1);
  908. pref("mousewheel.withmetakey.sysnumlines",true);
  909.  
  910. // activate horizontal scrolling by default
  911. pref("mousewheel.horizscroll.withnokey.action",0);
  912. pref("mousewheel.horizscroll.withnokey.numlines",1);
  913. pref("mousewheel.horizscroll.withnokey.sysnumlines",true);
  914. pref("mousewheel.horizscroll.withcontrolkey.action",0);
  915. pref("mousewheel.horizscroll.withcontrolkey.numlines",1);
  916. pref("mousewheel.horizscroll.withcontrolkey.sysnumlines",true);
  917. pref("mousewheel.horizscroll.withshiftkey.action",0);
  918. pref("mousewheel.horizscroll.withshiftkey.numlines",1);
  919. pref("mousewheel.horizscroll.withshiftkey.sysnumlines",true);
  920. pref("mousewheel.horizscroll.withaltkey.action",2);
  921. pref("mousewheel.horizscroll.withaltkey.numlines",-1);
  922. pref("mousewheel.horizscroll.withaltkey.sysnumlines",false);
  923. pref("mousewheel.horizscroll.withmetakey.action",0);
  924. pref("mousewheel.horizscroll.withmetakey.numlines",1);
  925. pref("mousewheel.horizscroll.withmetakey.sysnumlines",true);
  926.  
  927. pref("profile.confirm_automigration",true);
  928. // profile.migration_behavior determines how the profiles root is set
  929. // 0 - use NS_APP_USER_PROFILES_ROOT_DIR
  930. // 1 - create one based on the NS4.x profile root
  931. // 2 - use, if not empty, profile.migration_directory otherwise same as 0
  932. pref("profile.migration_behavior",0);
  933. pref("profile.migration_directory", "");
  934.  
  935. // the amount of time (in seconds) that must elapse
  936. // before we think your mozilla profile is defunct
  937. // and you'd benefit from re-migrating from 4.x
  938. // see bug #137886 for more details
  939. //
  940. // if -1, we never think your profile is defunct
  941. // and users will never see the remigrate UI.
  942. pref("profile.seconds_until_defunct", -1);
  943. // We can show it anytime from menus
  944. pref("profile.manage_only_at_launch", false);
  945.  
  946. pref("prefs.converted-to-utf8",false);
  947.  
  948. // --------------------------------------------------
  949. // IBMBIDI 
  950. // --------------------------------------------------
  951. //
  952. // ------------------
  953. //  Text Direction
  954. // ------------------
  955. // 1 = directionLTRBidi *
  956. // 2 = directionRTLBidi
  957. pref("bidi.direction", 1);
  958. // ------------------
  959. //  Text Type
  960. // ------------------
  961. // 1 = charsettexttypeBidi *
  962. // 2 = logicaltexttypeBidi
  963. // 3 = visualtexttypeBidi
  964. pref("bidi.texttype", 1);
  965. // ------------------
  966. //  Controls Text Mode
  967. // ------------------
  968. // 1 = logicalcontrolstextmodeBidiCmd
  969. // 2 = visualcontrolstextmodeBidi <-- NO LONGER SUPPORTED
  970. // 3 = containercontrolstextmodeBidi *
  971. pref("bidi.controlstextmode", 1);
  972. // ------------------
  973. //  Numeral Style
  974. // ------------------
  975. // 0 = nominalnumeralBidi *
  976. // 1 = regularcontextnumeralBidi
  977. // 2 = hindicontextnumeralBidi
  978. // 3 = arabicnumeralBidi
  979. // 4 = hindinumeralBidi
  980. pref("bidi.numeral", 0);
  981. // ------------------
  982. //  Support Mode
  983. // ------------------
  984. // 1 = mozillaBidisupport *
  985. // 2 = OsBidisupport
  986. // 3 = disableBidisupport
  987. pref("bidi.support", 1);
  988. // ------------------
  989. //  Charset Mode
  990. // ------------------
  991. // 1 = doccharactersetBidi *
  992. // 2 = defaultcharactersetBidi
  993. pref("bidi.characterset", 1);
  994. // Whether delete and backspace should immediately delete characters not
  995. // visually adjacent to the caret, or adjust the visual position of the caret
  996. // on the first keypress and delete the character on a second keypress
  997. pref("bidi.edit.delete_immediately", false);
  998.  
  999. // Bidi caret movement style:
  1000. // 0 = logical
  1001. // 1 = visual
  1002. // 2 = visual, but logical during selection
  1003. pref("bidi.edit.caret_movement_style", 2);
  1004.  
  1005. // used for double-click word selection behavior. Win will override.
  1006. pref("layout.word_select.eat_space_to_next_word", false);
  1007. pref("layout.word_select.stop_at_punctuation", true);
  1008.  
  1009. // controls caret style and word-delete during text selection
  1010. // 0 = use platform default
  1011. // 1 = caret moves and blinks as when there is no selection; word
  1012. //     delete deselects the selection and then deletes word (Windows default)
  1013. // 2 = caret moves to selection edge and is not visible during selection; 
  1014. //     word delete deletes the selection (Mac default)
  1015. // 3 = caret moves and blinks as when there is no selection; word delete
  1016. //     deletes the selection (Unix default)
  1017. pref("layout.selection.caret_style", 0);
  1018.  
  1019. // pref to control whether or not to replace backslashes with Yen signs
  1020. // in documents encoded in one of Japanese legacy encodings (EUC-JP, 
  1021. // Shift_JIS, ISO-2022-JP)
  1022. pref("layout.enable_japanese_specific_transform", false);
  1023.  
  1024. // pref to force frames to be resizable
  1025. pref("layout.frames.force_resizability", false);
  1026.  
  1027. // pref to report CSS errors to the error console
  1028. pref("layout.css.report_errors", true);
  1029.  
  1030. // pref for which side vertical scrollbars should be on
  1031. // 0 = end-side in UI direction
  1032. // 1 = end-side in document/content direction
  1033. // 2 = right
  1034. // 3 = left
  1035. pref("layout.scrollbar.side", 0);
  1036.  
  1037. // pref to permit users to make verified SOAP calls by default
  1038. pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
  1039.  
  1040. // if true, allow plug-ins to override internal imglib decoder mime types in full-page mode
  1041. pref("plugin.override_internal_types", false);
  1042. pref("plugin.expose_full_path", false); // if true navigator.plugins reveals full path
  1043.  
  1044. // See bug 136985.  Gives embedders a pref to hook into to show
  1045. // a popup blocker if they choose.
  1046. pref("browser.popups.showPopupBlocker", true);
  1047.  
  1048. // Pref to control whether the viewmanager code does double-buffering or not
  1049. // See http://bugzilla.mozilla.org/show_bug.cgi?id=169483 for further details...
  1050. pref("viewmanager.do_doublebuffering", true);
  1051.  
  1052. // which files will be selected for roaming by default.
  1053. // See sroaming/content/prefs/all.js
  1054. pref("roaming.default.files", "bookmarks.html,abook.mab,cookies.txt");
  1055. // display some general warning to the user about making backups, security etc.
  1056. pref("roaming.showInitialWarning", true);
  1057.  
  1058. // whether use prefs from system
  1059. pref("config.use_system_prefs", false);
  1060.  
  1061. // if the system has enabled accessibility
  1062. pref("config.use_system_prefs.accessibility", false);
  1063.  
  1064. /*
  1065.  * What are the entities that you want Mozilla to save using mnemonic
  1066.  * names rather than numeric codes? E.g. If set, we'll output  
  1067.  * otherwise, we may output 0xa0 depending on the charset.
  1068.  *
  1069.  * "none"   : don't use any entity names; only use numeric codes.
  1070.  * "basic"  : use entity names just for   & < > " for 
  1071.  *            interoperability/exchange with products that don't support more
  1072.  *            than that.
  1073.  * "latin1" : use entity names for 8bit accented letters and other special
  1074.  *            symbols between 128 and 255.
  1075.  * "html"   : use entity names for 8bit accented letters, greek letters, and
  1076.  *            other special markup symbols as defined in HTML4.
  1077.  */
  1078. //pref("editor.encode_entity",                 "html");
  1079.  
  1080. pref("editor.resizing.preserve_ratio",       true);
  1081. pref("editor.positioning.offset",            0);
  1082.  
  1083. pref("dom.max_chrome_script_run_time", 20);
  1084. pref("dom.max_script_run_time", 10);
  1085.  
  1086. pref("svg.enabled", true);
  1087.  
  1088. pref("font.minimum-size.ar", 0);
  1089. pref("font.minimum-size.x-armn", 0);
  1090. pref("font.minimum-size.x-beng", 0);
  1091. pref("font.minimum-size.x-baltic", 0);
  1092. pref("font.minimum-size.x-central-euro", 0);
  1093. pref("font.minimum-size.zh-CN", 0);
  1094. pref("font.minimum-size.zh-HK", 0);
  1095. pref("font.minimum-size.zh-TW", 0);
  1096. pref("font.minimum-size.x-cyrillic", 0);
  1097. pref("font.minimum-size.x-devanagari", 0);
  1098. pref("font.minimum-size.x-ethi", 0);
  1099. pref("font.minimum-size.x-geor", 0);
  1100. pref("font.minimum-size.el", 0);
  1101. pref("font.minimum-size.x-gujr", 0);
  1102. pref("font.minimum-size.x-guru", 0);
  1103. pref("font.minimum-size.he", 0);
  1104. pref("font.minimum-size.ja", 0);
  1105. pref("font.minimum-size.x-knda", 0);
  1106. pref("font.minimum-size.x-khmr", 0);
  1107. pref("font.minimum-size.ko", 0);
  1108. pref("font.minimum-size.x-mlym", 0);
  1109. pref("font.minimum-size.x-orya", 0);
  1110. pref("font.minimum-size.x-sinh", 0);
  1111. pref("font.minimum-size.x-tamil", 0);
  1112. pref("font.minimum-size.x-telu", 0);
  1113. pref("font.minimum-size.th", 0);
  1114. pref("font.minimum-size.tr", 0);
  1115. pref("font.minimum-size.x-cans", 0);
  1116. pref("font.minimum-size.x-western", 0);
  1117. pref("font.minimum-size.x-unicode", 0);
  1118. pref("font.minimum-size.x-user-def", 0);
  1119.  
  1120. //@line 1520 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1121.  
  1122. //@line 1937 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1123.  
  1124. //@line 2134 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1125.  
  1126. //@line 2225 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1127.  
  1128. //@line 2228 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1129. // Handled differently under Mac/Windows
  1130. pref("network.hosts.smtp_server", "localhost");
  1131. pref("network.hosts.pop_server", "pop");
  1132. pref("network.protocol-handler.warn-external.file", false);
  1133. pref("layout.css.dpi", -1); // max(96dpi, System setting)
  1134. pref("browser.drag_out_of_frame_style", 1);
  1135. pref("editor.singleLine.pasteNewlines", 0);
  1136.  
  1137. // Middle-mouse handling
  1138. pref("middlemouse.paste", true);
  1139. pref("middlemouse.contentLoadURL", true);
  1140. pref("middlemouse.openNewWindow", true);
  1141. pref("middlemouse.scrollbarPosition", true);
  1142.  
  1143. // Clipboard behavior
  1144. pref("clipboard.autocopy", true);
  1145.  
  1146. pref("browser.urlbar.clickSelectsAll", false);
  1147.  
  1148. // Tab focus model bit field:
  1149. // 1 focuses text controls, 2 focuses other form elements, 4 adds links.
  1150. // Leave this at the default, 7, to match mozilla1.0-era user expectations.
  1151. // pref("accessibility.tabfocus", 1);
  1152.  
  1153. // autocomplete keyboard grab workaround
  1154. pref("autocomplete.grab_during_popup", true);
  1155. pref("autocomplete.ungrab_during_mode_switch", true);
  1156.  
  1157. // Default to using the system filepicker if possible, but allow
  1158. // toggling to use the XUL filepicker
  1159. pref("ui.allow_platform_file_picker", true);
  1160.  
  1161. // should NetworkManager be authoritative for online/offline status?
  1162. pref("toolkit.networkmanager.disable", false);
  1163.  
  1164. pref("helpers.global_mime_types_file", "/etc/mime.types");
  1165. pref("helpers.global_mailcap_file", "/etc/mailcap");
  1166. pref("helpers.private_mime_types_file", "~/.mime.types");
  1167. pref("helpers.private_mailcap_file", "~/.mailcap");
  1168. pref("java.global_java_version_file", "/etc/.java/versions");
  1169. pref("java.private_java_version_file", "~/.java/versions");
  1170. pref("java.default_java_location_solaris", "/usr/j2se");
  1171. pref("java.default_java_location_others", "/usr/java");
  1172. pref("java.java_plugin_library_name", "javaplugin_oji");
  1173. pref("applications.telnet", "xterm -e telnet %h %p");
  1174. pref("applications.tn3270", "xterm -e tn3270 %h");
  1175. pref("applications.rlogin", "xterm -e rlogin %h");
  1176. pref("applications.rlogin_with_user", "xterm -e rlogin %h -l %u");
  1177. pref("print.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
  1178. pref("print.printer_list", ""); // list of printers, separated by spaces
  1179. pref("print.print_reversed", false);
  1180. pref("print.print_color", true);
  1181. pref("print.print_landscape", false);
  1182. pref("print.print_paper_size", 0);
  1183.  
  1184. // print_extra_margin enables platforms to specify an extra gap or margin
  1185. // around the content of the page for Print Preview only
  1186. pref("print.print_extra_margin", 0); // twips
  1187.  
  1188. pref("print.whileInPrintPreview", false);
  1189.  
  1190. pref("font.allow_double_byte_special_chars", true);
  1191. // font names
  1192.  
  1193. pref("font.alias-list", "sans,sans-serif,serif,monospace");
  1194.  
  1195. // ar
  1196.  
  1197. pref("font.name.serif.el", "serif");
  1198. pref("font.name.sans-serif.el", "sans-serif");
  1199. pref("font.name.monospace.el", "monospace");
  1200.  
  1201. pref("font.name.serif.he", "serif");
  1202. pref("font.name.sans-serif.he", "sans-serif");
  1203. pref("font.name.monospace.he", "monospace");
  1204.  
  1205. pref("font.name.serif.ja", "serif");
  1206. pref("font.name.sans-serif.ja", "sans-serif");
  1207. pref("font.name.monospace.ja", "monospace");
  1208.  
  1209. pref("font.name.serif.ko", "serif");
  1210. pref("font.name.sans-serif.ko", "sans-serif");
  1211. pref("font.name.monospace.ko", "monospace");
  1212.  
  1213. pref("font.name.serif.th", "serif");
  1214. pref("font.name.sans-serif.th", "sans-serif");
  1215. pref("font.name.monospace.th", "monospace");
  1216.  
  1217. pref("font.name.serif.tr", "serif");
  1218. pref("font.name.sans-serif.tr", "sans-serif");
  1219. pref("font.name.monospace.tr", "monospace");
  1220.  
  1221. pref("font.name.serif.x-baltic", "serif");
  1222. pref("font.name.sans-serif.x-baltic", "sans-serif");
  1223. pref("font.name.monospace.x-baltic", "monospace");
  1224.  
  1225. pref("font.name.serif.x-central-euro", "serif");
  1226. pref("font.name.sans-serif.x-central-euro", "sans-serif");
  1227. pref("font.name.monospace.x-central-euro", "monospace");
  1228.  
  1229. pref("font.name.serif.x-cyrillic", "serif");
  1230. pref("font.name.sans-serif.x-cyrillic", "sans-serif");
  1231. pref("font.name.monospace.x-cyrillic", "monospace");
  1232.  
  1233. pref("font.name.serif.x-unicode", "serif");
  1234. pref("font.name.sans-serif.x-unicode", "sans-serif");
  1235. pref("font.name.monospace.x-unicode", "monospace");
  1236.  
  1237. pref("font.name.serif.x-user-def", "serif");
  1238. pref("font.name.sans-serif.x-user-def", "sans-serif");
  1239. pref("font.name.monospace.x-user-def", "monospace");
  1240.  
  1241. pref("font.name.serif.x-western", "serif");
  1242. pref("font.name.sans-serif.x-western", "sans-serif");
  1243. pref("font.name.monospace.x-western", "monospace");
  1244.  
  1245. pref("font.name.serif.zh-CN", "serif");
  1246. pref("font.name.sans-serif.zh-CN", "sans-serif");
  1247. pref("font.name.monospace.zh-CN", "monospace");
  1248.  
  1249. // ming_uni.ttf (HKSCS-2001) 
  1250. // http://www.info.gov.hk/digital21/eng/hkscs/download/uime.exe
  1251. pref("font.name.serif.zh-HK", "serif");
  1252. pref("font.name.sans-serif.zh-HK", "sans-serif");
  1253. pref("font.name.monospace.zh-HK", "monospace");
  1254.  
  1255. // zh-TW
  1256.  
  1257. pref("font.default.ar", "sans-serif");
  1258. pref("font.size.variable.ar", 16);
  1259. pref("font.size.fixed.ar", 12);
  1260.  
  1261. pref("font.default.el", "serif");
  1262. pref("font.size.variable.el", 16);
  1263. pref("font.size.fixed.el", 12);
  1264.  
  1265. pref("font.default.he", "sans-serif");
  1266. pref("font.size.variable.he", 16);
  1267. pref("font.size.fixed.he", 12);
  1268.  
  1269. pref("font.default.ja", "sans-serif");
  1270. pref("font.size.variable.ja", 16);
  1271. pref("font.size.fixed.ja", 16);
  1272.  
  1273. pref("font.default.ko", "sans-serif");
  1274. pref("font.size.variable.ko", 16);
  1275. pref("font.size.fixed.ko", 16);
  1276.  
  1277. pref("font.default.th", "serif");
  1278. pref("font.size.variable.th", 16);
  1279. pref("font.size.fixed.th", 13);
  1280. pref("font.minimum-size.th", 13);
  1281.  
  1282. pref("font.default.tr", "serif");
  1283. pref("font.size.variable.tr", 16);
  1284. pref("font.size.fixed.tr", 12);
  1285.  
  1286. pref("font.default.x-baltic", "serif");
  1287. pref("font.size.variable.x-baltic", 16);
  1288. pref("font.size.fixed.x-baltic", 12);
  1289.  
  1290. pref("font.default.x-central-euro", "serif");
  1291. pref("font.size.variable.x-central-euro", 16);
  1292. pref("font.size.fixed.x-central-euro", 12);
  1293.  
  1294. pref("font.default.x-cyrillic", "serif");
  1295. pref("font.size.variable.x-cyrillic", 16);
  1296. pref("font.size.fixed.x-cyrillic", 12);
  1297.  
  1298. pref("font.default.x-unicode", "serif");
  1299. pref("font.size.variable.x-unicode", 16);
  1300. pref("font.size.fixed.x-unicode", 12);
  1301.  
  1302. pref("font.default.x-user-def", "serif");
  1303. pref("font.size.variable.x-user-def", 16);
  1304. pref("font.size.fixed.x-user-def", 12);
  1305.  
  1306. pref("font.default.x-western", "serif");
  1307. pref("font.size.variable.x-western", 16);
  1308. pref("font.size.fixed.x-western", 12);
  1309.  
  1310. pref("font.default.zh-CN", "sans-serif");
  1311. pref("font.size.variable.zh-CN", 16);
  1312. pref("font.size.fixed.zh-CN", 16);
  1313.  
  1314. pref("font.default.zh-TW", "sans-serif");
  1315. pref("font.size.variable.zh-TW", 16);
  1316. pref("font.size.fixed.zh-TW", 16);
  1317.  
  1318. pref("font.default.zh-HK", "sans-serif");
  1319. pref("font.size.variable.zh-HK", 16);
  1320. pref("font.size.fixed.zh-HK", 16);
  1321.  
  1322. pref("font.default.x-devanagari", "serif");
  1323. pref("font.size.variable.x-devanagari", 16);
  1324. pref("font.size.fixed.x-devanagari", 13);
  1325.  
  1326. pref("font.default.x-tamil", "serif");
  1327. pref("font.size.variable.x-tamil", 16);
  1328. pref("font.size.fixed.x-tamil", 13);
  1329.  
  1330. pref("font.default.x-armn", "serif");
  1331. pref("font.size.variable.x-armn", 16);
  1332. pref("font.size.fixed.x-armn", 13);
  1333.  
  1334. pref("font.default.x-beng", "serif");
  1335. pref("font.size.variable.x-beng", 16);
  1336. pref("font.size.fixed.x-beng", 13);
  1337.  
  1338. pref("font.default.x-cans", "serif");
  1339. pref("font.size.variable.x-cans", 16);
  1340. pref("font.size.fixed.x-cans", 13);
  1341.  
  1342. pref("font.default.x-ethi", "serif");
  1343. pref("font.size.variable.x-ethi", 16);
  1344. pref("font.size.fixed.x-ethi", 13);
  1345.  
  1346. pref("font.default.x-geor", "serif");
  1347. pref("font.size.variable.x-geor", 16);
  1348. pref("font.size.fixed.x-geor", 13);
  1349.  
  1350. pref("font.default.x-gujr", "serif");
  1351. pref("font.size.variable.x-gujr", 16);
  1352. pref("font.size.fixed.x-gujr", 13);
  1353.  
  1354. pref("font.default.x-guru", "serif");
  1355. pref("font.size.variable.x-guru", 16);
  1356. pref("font.size.fixed.x-guru", 13);
  1357.  
  1358. pref("font.default.x-khmr", "serif");
  1359. pref("font.size.variable.x-khmr", 16);
  1360. pref("font.size.fixed.x-khmr", 13);
  1361.  
  1362. pref("font.default.x-mlym", "serif");
  1363. pref("font.size.variable.x-mlym", 16);
  1364. pref("font.size.fixed.x-mlym", 13);
  1365.  
  1366. pref("font.default.x-orya", "serif");
  1367. pref("font.size.variable.x-orya", 16);
  1368. pref("font.size.fixed.x-orya", 13);
  1369.  
  1370. pref("font.default.x-telu", "serif");
  1371. pref("font.size.variable.x-telu", 16);
  1372. pref("font.size.fixed.x-telu", 13);
  1373.  
  1374. pref("font.default.x-knda", "serif");
  1375. pref("font.size.variable.x-knda", 16);
  1376. pref("font.size.fixed.x-knda", 13);
  1377.  
  1378. pref("font.default.x-sinh", "serif");
  1379. pref("font.size.variable.x-sinh", 16);
  1380. pref("font.size.fixed.x-sinh", 13);
  1381.  
  1382. /* PostScript print module prefs */
  1383. // pref("print.postscript.enabled",      true);
  1384. pref("print.postscript.paper_size",    "letter");
  1385. pref("print.postscript.orientation",   "portrait");
  1386. pref("print.postscript.print_command", "lpr ${MOZ_PRINTER_NAME:+-P\"$MOZ_PRINTER_NAME\"}");
  1387.  
  1388. //@line 2490 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1389.  
  1390. //@line 2558 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1391.  
  1392. //@line 2584 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1393.  
  1394. //@line 2604 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1395.  
  1396. //@line 2612 "/build/buildd/xulrunner-1.9-1.9.0.14+build2+nobinonly/mozilla/modules/libpref/src/init/all.js"
  1397.  
  1398. // Login Manager prefs
  1399. pref("signon.rememberSignons",              true);
  1400. pref("signon.expireMasterPassword",         false);
  1401. pref("signon.SignonFileName",               "signons.txt"); // obsolete 
  1402. pref("signon.SignonFileName2",              "signons2.txt"); // obsolete
  1403. pref("signon.SignonFileName3",              "signons3.txt");
  1404. pref("signon.autofillForms",                true); 
  1405. pref("signon.debug",                        false); // logs to Error Console
  1406.  
  1407. // Zoom prefs
  1408. pref("browser.zoom.full", false);
  1409. pref("zoom.minPercent", 30);
  1410. pref("zoom.maxPercent", 300);
  1411. pref("toolkit.zoomManager.zoomValues", ".3,.5,.67,.8,.9,1,1.1,1.2,1.33,1.5,1.7,2,2.4,3");
  1412.